/* --------------- General Forums --------------- */
body {
	padding: 8px 16px 0 16px;
}

#forum-navigation {
	font-size: 8pt;
}

.big-note {
	background-color: #e8ffe8;
	color: black;
	font-size: 14px;
	line-height: 1.4;
	border: solid #393 2px;
	margin: 2em;
	padding: 0 2em 0 2em;
}

/* --------------- Compact Header --------------- */
#navbar-bg {
	background: #eee;
	border-bottom: solid black 1px;
	height: 24px; 
	left: 0px;
	opacity: 0.9;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#navbar {
	position: fixed;
	top: 1px;
	left: 5px;
	z-index: 2;
}

#navbar select {
	bottom: 5px;
	font-size: 10px;
	position: relative;
}

#navbar option {
	font-size: 10px;
}

#compact-buttons {
	position: fixed;
	top: 4px;
	right: 4px;
	z-index: 10;
}

div.page-numbers.compact {
	position: fixed;
	left: 300px;
	top: 4px;
	z-index: 2;
}

div.page-numbers.compact span.selected {
	background-color: #9c9;
}

/* --------------- Post / Edit Box --------------- */

#div-add-post {
	margin: 2em;
}

#table-add-post textarea {
	width: 600px;
}

/* --------------- Generic Table Settings --------------- */
div.forum-table {
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

div.forum-table table {
	border-left: solid #aaa 1px;
	border-top: solid #ada 1px;
	border-right: solid #666 1px;
	border-bottom: solid #666 1px;
}

div.forum-table table thead tr td {
	background-color: #5a5;
	border-bottom: solid white 1px;
	border-left: solid white 1px; 
	border-top: solid white 1px;
	color: #fff;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0 5px 0;
	text-align: left;
}

div.forum-table table thead tr td:last-child {
	border-right: solid white 1px; 
}

div.forum-table table tbody tr td {
	background-color: #eee;
	border-left: dotted #fff 1px;
	border-bottom: solid #ccc 1px;
}

div.forum-table table tbody tr td:first-child {
	border-left: solid white 1px;
}

div.forum-table table tbody tr td:last-child {
	border-right: solid white 1px;
}

/* just because MSIE is too braindead to support > */
div.forum-table table table,
div.forum-table table tbody tr td table tr td,
#thread table.post {
	border: none !important;
	background: inherit;
}

/* must separate for Opera */
div.forum-table table tbody tr td table tr td:first-child,
div.forum-table table tbody tr td table tr td:last-child {
	border: none !important;
	background: inherit;
}
	
/* --------------- Main Board List --------------- */
#board-list thead td.forum,
#board-list thead td.last-post {
	padding-left: 1em;
}

#board-list td.topics,
#board-list td.posts {
	text-align: center;
	width: 75px;
}

#board-list tbody td.topics,
#board-list tbody td.posts {
	font-size: 10px;
}

#board-list td.group {
	background-color: #444;
	border-bottom: solid #666 1px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

#board-list tbody td {
}

#board-list tbody td.forum {
	background-color: #f0f0f0;
}

#board-list tbody td.forum a {
	font-size: 14px;
}

#board-list tbody td.forum div.description {
	font-size: 10px;
	margin-left: 1em;
}

#board-list tbody td.topics {
	background-color: #e0e0e0;
}

#board-list tbody td.posts {
	background-color: #e0e0e0;
}

#board-list tbody td.last-post {
	background-color: #f0f0f0;
}

/* --------------- Thread List --------------- */

div.forum-page-numbers {
	cursor: default;
	font-size: 10px;
	margin: -12px 4px 4px 0;
	text-align: right;
}

div.forum-page-numbers span.selected a {
	font-weight: bold;
	border: solid #999 1px;
	padding: 0 2px 0 2px;
}

div.forum-page-numbers a {
	color: black;
	padding: 0 1px 0 1px;
}

#thread-list thead td.icon {
	border-left: solid white 1px;
	border-right: solid #9c9 0;
}

#thread-list thead td.topic {
	border-left: none;
	padding-left: 44px;
	text-align: left;
}

#thread-list thead td.originator {
	text-align: center;
}

#thread-list thead td.replies {
	text-align: center;
}

#thread-list thead td.last-post {
	text-align: right;
	padding-right: 8px;
}

#thread-list tbody tr {
	height: 24px;
}

#thread-list div.topic {
	margin-left: 48px;
}

#thread-list tr.new div.topic span.topic {
	font-weight: bold;
}

#thread-list > tbody > tr:hover > td {
	background-color: #d0e0d0 !important;
	border-bottom: solid #ccc 1px;
	cursor: default;
}

#thread-list > tbody > tr:hover > td a {
	color: #009;
}

#thread-list > tbody > tr:hover > td.topic a:hover {
	color: #03c;
}

#thread-list tr.bookmark td.topic {
	background: #ffe;
	font-weight: bold;
}

#thread-list tbody td.icon {
	background-color: #dedfdf;
	border-left: solid #fff 1px;
	border-right: dotted #999 1px;
	text-align: center;
}

#thread-list tbody tr.new td.icon {
	background-color: #ffffaa !important;
	border-right: dotted #999 1px;
}

#thread-list tbody td.topic {
	background: #f4f4f4;
	text-align: left;
}

#thread-list tbody td.topic img {
	float: left;
	padding-left: 4px;
}

#thread-list tbody td.topic img[alt="%"] {
	cursor: pointer;
}

#thread-list tbody .topic a {
	color: #000;
	font-size: 11px;
}

#thread-list tbody .topic a:hover {
	color: #369;
	text-decoration: none;
}

#thread-list tbody span.page-numbers {
	margin-left: 0.5em;
	font-size: 10px;
	color: #666;
}

#thread-list tbody td.topic span.page-numbers a {
	color: black;
	text-decoration: underline;
	font-size: 8pt;
}

#thread-list tbody span.board {
	color: #666;
	font-size: x-small;
	padding-right: 1em;
	float: right;
	white-space: nowrap;
}

#thread-list tbody td.originator {
	background-color: #e8e8e8;
	border-left: solid #fff 1px;
	font-size: 11px;
	text-align: center;		
	padding-left: 0.5em;
	padding-right: 0.5em;	
}

#thread-list tbody tr.new td.originator {
	font-weight: bold;
}

#thread-list tbody td.originator a {
	color: #000;
}

#thread-list tbody td.replies {
	background: #e0e0e0;
	text-align: center;
	font-size: small;
}

#thread-list tbody td.last-post {
	background-color: #d8d8d8;
	border-right: solid #ccc 1px;
	border-bottom: solid #ccc 1px;		
	text-align: center;		
	font-size: 10px;
	text-align: right;
	padding: 3px;
}

#thread-list tbody td.last-post span.person {
}

/* --------------- Range Settings --------------- */
#div-page-settings {
	position: relative;
}

#div-page-link {
	font-size: 10px;
}

#div-page-link a {
	color: black;
}

#div-range {
	background-color: ButtonFace;
	border-top: solid ButtonHighlight 1px;
	border-left: solid ButtonHighlight 1px;
	border-right: solid ButtonShadow 1px;
	border-bottom: solid ButtonShadow 1px;
	color: ButtonText;
	display: none;
	left: 0px;
	margin: 1em;
	padding: 0.5em;	
	position: absolute;
	top: 2px;
	width: 350px;
}

#div-range fieldset {
	padding: 10px;
}

#div-range legend {
	font-weight: bold;
}

#div-range-sort {
	margin-top: 4px;
}

#div-range-buttons {
	margin: 8px;
	text-align: right;
}

#div-range input[type="submit"], #div-range-options input[type="button"] {
	width: 75px;
}

/* --------------- Thread  --------------- */
table#thread-topic thead tr td {
	padding-left: 1em;
	border-right: solid 1px #fff; /* for IE */
}

#thread div.break {
	border-bottom: solid black 1px;
	margin-right: -1px;
	background-color: white;
	height: 1em;
}

#thread table.odd tr td {
	background: #f7f7f7;
}	
	
#thread table.even tr td {
	background: #dedfdf;
}

#thread table tr td.info {		
	border-top: solid #fff 1px;
	border-bottom: solid #666 1px;
	border-left: solid #aaa 1px;		
	border-right: none;
	margin: 0px;
	padding: 5px;
	vertical-align: text-top;
}

#thread table tr td.content {
	border-bottom: solid #666 1px;
	border-right: solid #666 1px;
	border-top: solid #fff 1px;
	border-left: none;
	margin: 0px;	
	padding: 5px;
	vertical-align: text-top;	
	font-size: 13px;
	line-height: 1.3;
}

#thread div.member {
	margin-bottom: 2em;
}

#thread div.originator {
	font-weight: bold;
}

#thread div.originator a {
	color: black;
}

#thread div.member-number, #thread div.join-date {
	font-size: 8pt;
}

#thread div.header {
	font-size: x-small;
	color: #404040;
}

#thread span.posted-on {
	text-decoration: underline;
}

#thread span.posted-on a {
	text-decoration: underline;
	color: #404040;
}

#thread span.posted-on a.target {
	padding: 0.25em;
	text-decoration: none;
	background: #ffffcc;
	font-weight: bold; 
	color: #404040;
}

#thread span.attachment {
	margin-left: 20px;
}

#thread span.attachment a {
	color: black;
	cursor: pointer;
	font-weight: bold;
	margin-left: 4px;
	position: relative;
	top: -4px;
}

#thread .signature {
	font-size: 8.5pt;
	margin-top: 1em;
}

#thread .signature font {
	font-size: 8.5pt;
}

#thread #bottom-navigation {
	border-bottom: solid #666 1px;
	border-left: solid #aaa 1px;	
	border-right: solid #666 1px;	
}

#thread #bottom-navigation img {
	margin-right: 4px;
}

#thread #bottom-navigation.light {
	background: #f7f7f7;
}	
	
#thread #bottom-navigation.dark {
	background: #dedfdf;
}

div.page-numbers {
	z-index: 2;
}

div.page-numbers span {
	background: #fff;
	cursor: pointer !important;
	opacity: 0.5;
	border: dashed black 1px;
	font-size: 8pt;
}

div.page-numbers span a {
	color: black;
	text-decoration: none;
}

div.page-numbers span.selected {
	background: #5a5;
	border: solid #363 1px;
	opacity: 1;
	font-size: 8pt;
	color: white;
}

img.delete-post {
	cursor: pointer;
}

#div-quick-reply {
	margin-top: 50px;
	padding: 8px 0 8px 50px;
}

/* --------------- Thread Review --------------- */
#thread-review {
	margin-top: 1em;
}

#thread-review-inner {
	overflow: auto;
	max-height: 300px;
}

#thread-review-inner td {
	font-size: 11px;
	line-height: 1.4;
	padding: 1em;
}

#thread-review-inner span.originator {
	font-weight: bold;
	font-size: 12px;
}